Extract the zip somewhere, for this example, I'll usec:\learncpp. When you are done, you should seec:\learncpp\eclipse, under which you'll see eclipse.exe. Don't run it just yet.
Use your favorite package tool to install g++ and make. I'm sure there are more steps but I don't have a raw unix distro with which to experiment. <--back
Overview
Picking up work on my C++ book again so I figured it was time to start using Juno (Eclipse circa '12). Here are the preliminary steps.The Steps
Windows Users
Mac Users
What I'm about to recommend is controversial because most people prefer homebrew.*nix users
Use your favorite package tool to install g++ and make. I'm sure there are more steps but I don't have a raw unix distro with which to experiment.<--back